[INFO] fetching crate ntlm-info 0.1.2...
[INFO] checking ntlm-info-0.1.2 against master#4eb62535fc12dd1a63fd43a4173e224e79313c4d for pr-158816
[INFO] extracting crate ntlm-info 0.1.2 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate ntlm-info 0.1.2
[INFO] finished tweaking crates.io crate ntlm-info 0.1.2
[INFO] tweaked toml for crates.io crate ntlm-info 0.1.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ntlm-info 0.1.2 on toolchain 4eb62535fc12dd1a63fd43a4173e224e79313c4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ntlm-info 0.1.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded trust-dns-resolver v0.20.4
[INFO] [stderr]   Downloaded io-uring v0.7.8
[INFO] [stderr]   Downloaded backtrace v0.3.59
[INFO] [stderr]   Downloaded resolv-conf v0.7.4
[INFO] [stderr]   Downloaded stderrlog v0.5.4
[INFO] [stderr]   Downloaded addr2line v0.15.2
[INFO] [stderr]   Downloaded red_spnego v0.0.2
[INFO] [stderr]   Downloaded red_smb v0.0.3
[INFO] [stderr]   Downloaded red_asn1_derive v0.2.1
[INFO] [stderr]   Downloaded red_asn1 v0.4.0
[INFO] [stderr]   Downloaded red_ntlm v0.0.1
[INFO] [stderr]   Downloaded md4 v0.9.0
[INFO] [stderr]   Downloaded trust-dns-proto v0.20.4
[INFO] [stderr]   Downloaded object v0.24.0
[INFO] [stderr]   Downloaded nom v6.2.2
[INFO] [stderr]   Downloaded bitvec v0.19.6
[INFO] [stderr]   Downloaded gimli v0.24.0
[INFO] [stderr]   Downloaded tokio v1.46.1
[INFO] [stderr]   Downloaded rust-crypto v0.2.36
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a23d6725cb9d8b3a30b7c1532112866d12d4ba265f841680aa12aca9f122743d
[INFO] running `Command { std: "docker" "start" "a23d6725cb9d8b3a30b7c1532112866d12d4ba265f841680aa12aca9f122743d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a23d6725cb9d8b3a30b7c1532112866d12d4ba265f841680aa12aca9f122743d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a23d6725cb9d8b3a30b7c1532112866d12d4ba265f841680aa12aca9f122743d" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a23d6725cb9d8b3a30b7c1532112866d12d4ba265f841680aa12aca9f122743d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a23d6725cb9d8b3a30b7c1532112866d12d4ba265f841680aa12aca9f122743d" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]    Compiling cc v1.2.29
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]    Compiling radium v0.5.3
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling gimli v0.24.0
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling rustc-demangle v0.1.25
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling object v0.24.0
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking tokio v1.46.1
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]    Compiling nom v6.2.2
[INFO] [stderr]     Checking wyz v0.2.0
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]     Checking funty v1.1.0
[INFO] [stderr]    Compiling rust-crypto v0.2.36
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand v0.3.23
[INFO] [stderr]     Checking bitvec v0.19.6
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling backtrace v0.3.59
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]    Compiling addr2line v0.15.2
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking rustc-serialize v0.3.25
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking md4 v0.9.0
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking resolv-conf v0.7.4
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]     Checking stderrlog v0.5.4
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling enum-as-inner v0.3.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking red_asn1 v0.4.0
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling red_asn1_derive v0.2.1
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking red_smb v0.0.3
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking red_spnego v0.0.2
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking red_ntlm v0.0.1
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking trust-dns-proto v0.20.4
[INFO] [stderr]     Checking trust-dns-resolver v0.20.4
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking ntlm-info v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.83s
[INFO] running `Command { std: "docker" "inspect" "a23d6725cb9d8b3a30b7c1532112866d12d4ba265f841680aa12aca9f122743d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a23d6725cb9d8b3a30b7c1532112866d12d4ba265f841680aa12aca9f122743d", kill_on_drop: false }`
[INFO] [stdout] a23d6725cb9d8b3a30b7c1532112866d12d4ba265f841680aa12aca9f122743d
